It appears that event rules are case sensitive. Are there any plans to support case insensitive regular expressions for these rules so that we don’t have to configure every casing possibility?
Any plans to support case sensitive Event Rules?
Hi Matt,
Thanks for reaching out to us in our Community site!
Event rules use RE2. You can use the i
flag as documented here: https://github.com/google/re2/wiki/Syntax
Let us know if this helps!
Nick